Add a basic test.

This commit is contained in:
David Reid
2018-03-18 21:37:07 +10:00
parent 380971d682
commit dbb90b80aa
10 changed files with 560 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -ldl -lpthread
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -ldl -lpthread