Last change
on this file was
321,
checked in by epyon, 11 years ago
|
- updated all tests to new nova
- cleaned up tests paths
- general cleanup of tests and test data
|
File size:
438 bytes
|
Rev | Line | |
---|
[189] | 1 | solution "nv_md2_test"
|
---|
| 2 | configurations { "debug", "release" }
|
---|
| 3 |
|
---|
| 4 | language "C++"
|
---|
| 5 | flags { "ExtraWarnings", "NoPCH" }
|
---|
| 6 |
|
---|
| 7 | configuration "debug"
|
---|
| 8 | defines { "DEBUG" }
|
---|
| 9 | flags { "Symbols", "StaticRuntime" }
|
---|
[321] | 10 | objdir ("../../".._ACTION.."/debug")
|
---|
[189] | 11 |
|
---|
| 12 | configuration "release"
|
---|
| 13 | defines { "NDEBUG" }
|
---|
| 14 | flags { "Optimize", "StaticRuntime" }
|
---|
[321] | 15 | objdir ("../../".._ACTION.."/release")
|
---|
[189] | 16 |
|
---|
| 17 | dofile("md2_test.lua")
|
---|
| 18 | dofile("../../nv.lua")
|
---|
Note: See
TracBrowser
for help on using the repository browser.