commit | 2a98fb9fb1eda1f18cf1555634a7c33f3147234c | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Wed May 06 12:55:46 2009 -0400 |
committer | Joe Onorato <joeo@android.com> | Fri May 08 09:33:19 2009 -0700 |
tree | 9bc7f08736492bedcd162cd85c4c8dae7335ce2a | |
parent | bed158f1def27bf7f5b89cf6f98dff365cf4660a [diff] [blame] |
fix the sim build. disables the tests for now.
diff --git a/include/utils/backup_helpers.h b/include/utils/backup_helpers.h index f70444d..61bee34 100644 --- a/include/utils/backup_helpers.h +++ b/include/utils/backup_helpers.h
@@ -4,7 +4,7 @@ int back_up_files(int oldSnapshotFD, int newSnapshotFD, int oldDataStream, char const* fileBase, char const* const* files, int fileCount); -#define TEST_BACKUP_HELPERS 1 +#define TEST_BACKUP_HELPERS 0 #if TEST_BACKUP_HELPERS int backup_helper_test_empty();