Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Chris Müller
crystal
Commits
0a3aab15
Commit
0a3aab15
authored
Oct 28, 2012
by
Chris Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: add list testsuite to main.c
parent
a194fea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/main.c
test/main.c
+3
-1
No files found.
test/main.c
View file @
0a3aab15
#include "unittest.h"
#include <assert.h>
void
cry_test_structures
();
void
cry_test_arrays
();
void
cry_test_red_black_trees
();
void
cry_test_maps
();
int
...
...
@@ -12,6 +13,7 @@ main(int argc, char** argv)
cry_test_structures
();
cry_test_arrays
();
cry_test_red_black_trees
();
cry_test_maps
();
cry_unittest_finalize
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment