Skip to content

Commit 9c2a5ef

Browse files
committed
Enables all the unit tests again.
1 parent 4bf1171 commit 9c2a5ef

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tests/tests.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ void NS_Test::test_all() {
1111
NS::LocalSceneSynchronizer::install_local_scene_sync();
1212

1313
// TODO test DataBuffer.
14-
// TODO enable these
15-
//test_data_buffer();
16-
//test_processor();
17-
//test_local_network();
18-
//test_scene_synchronizer();
19-
//test_simulation();
14+
test_data_buffer();
15+
test_processor();
16+
test_local_network();
17+
test_scene_synchronizer();
18+
test_simulation();
2019
test_doll_simulation();
2120

2221
NS::LocalSceneSynchronizer::uninstall_local_scene_sync();

0 commit comments

Comments
 (0)