diff --git a/tests/mal_test_0_build_bsd b/tests/mal_test_0_build_bsd new file mode 100755 index 00000000..9c657857 --- /dev/null +++ b/tests/mal_test_0_build_bsd @@ -0,0 +1,2 @@ +cc mal_test_0.c -o ./bin/mal_test_0 -Wall -lpthread +c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -lpthread