Add a "unit-tests" sample application to perform unit testing.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#if !defined(BANANA)
|
||||
# error LOCAL_CPPFLAGS does not work for C++ source file
|
||||
#endif
|
||||
#if BANANA != 300
|
||||
# error LOCAL_CPPFLAGS does not work correctly for C++ source file
|
||||
#endif
|
||||
|
||||
void __banana_foo2(void)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user