Revert "C++ tests set up. They probably don't compile; need to write iostream ops for prettyprinting and set up C++ build in scons." Should have branched it.
This reverts commit 6a29277db4.
This commit is contained in:
parent
6a29277db4
commit
0db4925469
6 changed files with 185 additions and 851 deletions
|
|
@ -25,9 +25,6 @@ extern void register_parser_tests();
|
|||
extern void register_grammar_tests();
|
||||
extern void register_misc_tests();
|
||||
extern void register_benchmark_tests();
|
||||
#ifdef __cplusplus
|
||||
extern void register_cxx_tests();
|
||||
#endif
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
g_test_init(&argc, &argv, NULL);
|
||||
|
|
@ -39,9 +36,6 @@ int main(int argc, char** argv) {
|
|||
register_grammar_tests();
|
||||
register_misc_tests();
|
||||
register_benchmark_tests();
|
||||
#ifdef __cplusplus
|
||||
register_cxx_tests();
|
||||
#endif
|
||||
|
||||
g_test_run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue