mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-20 19:21:03 +01:00
aloha
This commit is contained in:
6
tests/CMakeLists.txt
Normal file
6
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
add_executable(sirit_tests
|
||||
main.cpp)
|
||||
target_link_libraries(sirit_tests PRIVATE sirit)
|
||||
target_include_directories(sirit_tests PRIVATE . ../include)
|
||||
|
||||
add_test(sirit_tests sirit_tests)
|
||||
11
tests/main.cpp
Normal file
11
tests/main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
/* This file is part of the sirit project.
|
||||
* Copyright (c) 2018 ReinUsesLisp
|
||||
* This software may be used and distributed according to the terms of the GNU
|
||||
* General Public License version 2 or any later version.
|
||||
*/
|
||||
|
||||
#include <sirit/sirit.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user