From c825d3ebd6ca66e65e63fdc76f032e08aa2a8e22 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Wed, 6 May 2009 12:55:46 -0400 Subject: fix the sim build. disables the tests for now. --- tests/backup/backup_helper_test.cpp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'tests/backup/backup_helper_test.cpp') diff --git a/tests/backup/backup_helper_test.cpp b/tests/backup/backup_helper_test.cpp index a661729766f0..6da16b4de4c9 100644 --- a/tests/backup/backup_helper_test.cpp +++ b/tests/backup/backup_helper_test.cpp @@ -3,9 +3,7 @@ #include #include -#if !(TEST_BACKUP_HELPERS) -#error These tests require TEST_BACKUP_HELPERS to be defined. -#endif +#if TEST_BACKUP_HELPERS // ============================================================ // ============================================================ @@ -95,3 +93,12 @@ main(int argc, const char** argv) } } } + +#else +int +main(int argc, char** argv) +{ + printf ("test_backup_helper built without the tests\n"); + return 0; +} +#endif -- cgit v1.2.3