Added base tests for end to end manager functionality
This commit is contained in:
parent
1748694b3a
commit
39b051160a
7 changed files with 199 additions and 181 deletions
8
Makefile
8
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
####### SRC Build Params #######
|
||||
|
||||
CC="/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuildTaskHost.exe"
|
||||
CC="/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe"
|
||||
|
||||
|
||||
####### Shader Build Params #######
|
||||
|
|
@ -25,6 +25,12 @@ run_cmake:
|
|||
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
|
||||
-G "Visual Studio 16 2019"
|
||||
|
||||
build_vs:
|
||||
$(CC) build/kompute.sln
|
||||
|
||||
run_tests:
|
||||
./build/test/Debug/test_kompute.exe
|
||||
|
||||
clean_cmake:
|
||||
rm -rf build/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue