We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf1171 commit 9c2a5efCopy full SHA for 9c2a5ef
1 file changed
tests/tests.cpp
@@ -11,12 +11,11 @@ void NS_Test::test_all() {
11
NS::LocalSceneSynchronizer::install_local_scene_sync();
12
13
// 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();
+ test_data_buffer();
+ test_processor();
+ test_local_network();
+ test_scene_synchronizer();
+ test_simulation();
20
test_doll_simulation();
21
22
NS::LocalSceneSynchronizer::uninstall_local_scene_sync();
0 commit comments