Skip to content

Commit

Permalink
Remove some of the mystery
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade Meskill and Roy van de Water authored and Integrum User committed Dec 9, 2013
1 parent 1d2d050 commit 26dd3b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/run_all.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#include <stdio.h>
#include "char_test.h"
#include "char_queue_test.h"

int main() {
char_test();
char_queue_test();
printf("Everything Passed\n");
return 0;
}

0 comments on commit 26dd3b6

Please sign in to comment.