Mercurial > fife-parpg
comparison tests/core_tests/test_zip++.cpp @ 42:4c8334b0ab30
switched scons tests=1 to build unittest++ tests instead of boost ones. Tests kept in separate executables to make it work in the same way as with old tests (integrated part of test_fife unit testing script). Audio tests shortened.
author | jasoka@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 13 Jul 2008 07:43:33 +0000 |
parents | 4a0efb7baf70 |
children |
comparison
equal
deleted
inserted
replaced
41:b661ba234c3b | 42:4c8334b0ab30 |
---|---|
112 delete[] d_raw; | 112 delete[] d_raw; |
113 delete[] d_comp; | 113 delete[] d_comp; |
114 delete fraw; | 114 delete fraw; |
115 delete fcomp; | 115 delete fcomp; |
116 } | 116 } |
117 | |
118 int main() { | |
119 return UnitTest::RunAllTests(); | |
120 } |