Adding basic test project files
Added the main source file for running tests in. Added premake4.lua so you can create a project for "any" platform/target of your choice. Added gitignore to only add those basic files, ignore everything else.
This commit is contained in:
parent
dcdf8538a8
commit
074862ea6c
3 changed files with 64 additions and 0 deletions
8
tests/.gitignore
vendored
Normal file
8
tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Since we're using premake4, only include test source file and the premake4.lua,
|
||||
# everything else can go.
|
||||
|
||||
*.*
|
||||
|
||||
!.gitignore
|
||||
!main.cpp
|
||||
!premake4.lua
|
||||
Loading…
Add table
Add a link
Reference in a new issue