Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
d0a3c036
Commit
d0a3c036
authored
7 years ago
by
Peter Thedens
Browse files
Options
Downloads
Patches
Plain Diff
test only one test
parent
8ce07ee3
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
Shift to Unity testing framework
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quad/src/computation_graph/test/test_computation_graph.c
+12
-12
12 additions, 12 deletions
quad/src/computation_graph/test/test_computation_graph.c
with
12 additions
and
12 deletions
quad/src/computation_graph/test/test_computation_graph.c
+
12
−
12
View file @
d0a3c036
...
...
@@ -241,18 +241,18 @@ void test_that_new_nodes_can_be_created_by_ID() {
int
main
()
{
UNITY_BEGIN
();
RUN_TEST
(
test_adding_2_numbers
);
//
RUN_TEST(test_adding_2_numbers);
RUN_TEST
(
test_computing_cycles
);
RUN_TEST
(
test_resetting_cycles
);
RUN_TEST
(
test_accumulator_state
);
RUN_TEST
(
test_that_blocks_only_get_executed_once
);
RUN_TEST
(
tests_that_already_connected_blocks_dont_get_reset
);
RUN_TEST
(
test_that_a_self_loop_computation_terminates
);
RUN_TEST
(
test_that_nodes_only_update_when_their_inputs_change
);
RUN_TEST
(
test_that_updates_propagate_only_to_their_children
);
RUN_TEST
(
test_that_nodes_get_executed_when_updated_even_if_disconnected
);
RUN_TEST
(
test_that_the_get_source_call_works_normally
);
RUN_TEST
(
test_that_the_get_source_call_returns_ID_neg_1_when_invalid_ID_is_passed
);
RUN_TEST
(
test_that_new_nodes_can_be_created_by_ID
);
//
RUN_TEST(test_resetting_cycles);
//
RUN_TEST(test_accumulator_state);
//
RUN_TEST(test_that_blocks_only_get_executed_once);
//
RUN_TEST(tests_that_already_connected_blocks_dont_get_reset);
//
RUN_TEST(test_that_a_self_loop_computation_terminates);
//
RUN_TEST(test_that_nodes_only_update_when_their_inputs_change);
//
RUN_TEST(test_that_updates_propagate_only_to_their_children);
//
RUN_TEST(test_that_nodes_get_executed_when_updated_even_if_disconnected);
//
RUN_TEST(test_that_the_get_source_call_works_normally);
//
RUN_TEST(test_that_the_get_source_call_returns_ID_neg_1_when_invalid_ID_is_passed);
//
RUN_TEST(test_that_new_nodes_can_be_created_by_ID);
return
UNITY_END
();
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment