9 lines
217 B
C++
9 lines
217 B
C++
|
|
// tests/cpp/test_main.cpp — entry point that runs every test registered
|
||
|
|
// across the translation units linked into nisps_core_tests.
|
||
|
|
|
||
|
|
#include "test_helpers.hpp"
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
return nisps::test::run_all();
|
||
|
|
}
|