C++ Meson Library Project
This commit is contained in:
5
test/sample_test.cpp
Normal file
5
test/sample_test.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "test.hpp"
|
||||
|
||||
test {
|
||||
assert_equals(2, 1 + 1);
|
||||
}
|
||||
Reference in New Issue
Block a user