Files
HandmadeMath/test
Ben Visness a9b08b9147 Run tests on Linux, macOS, and Windows (#105)
* Try running tests on all three operating systems

* Try adding an MSVC build

* Make tests work on Windows

* Try reconfiguring Travis for this

* Maybe it's because we're in git bash

* Try explicitly doing something else for travis

* Remove a part I think is unnecessary

* Run the test EXEs as they compile
2019-07-31 17:22:33 -05:00
..
2019-07-31 16:43:56 -05:00
2017-07-16 21:19:34 -07:00
2019-07-31 16:43:56 -05:00
2017-04-07 08:47:54 -05:00
2019-07-31 16:43:56 -05:00
2019-07-31 16:43:56 -05:00

Testing

You can compile and run the tests yourself by running:

make

To run a specific test configuration, run one of:

make c
make c_no_sse
make cpp
make cpp_no_sse