diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-06-16 13:40:54 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-06-16 13:40:54 (GMT) |
commit | cb6cd0e4159606619b1ce708c1b00f8d294cc4bb (patch) | |
tree | 681160b3d2f73e8ba0e5a1c55635b45251864817 /tests/auto/exceptionsafety_objects/exceptionsafety_objects.pro | |
parent | a2e43777945fc77d9837e9212b87cdfa2d1254c1 (diff) | |
download | Qt-cb6cd0e4159606619b1ce708c1b00f8d294cc4bb.zip Qt-cb6cd0e4159606619b1ce708c1b00f8d294cc4bb.tar.gz Qt-cb6cd0e4159606619b1ce708c1b00f8d294cc4bb.tar.bz2 |
add an out of memory checker
Diffstat (limited to 'tests/auto/exceptionsafety_objects/exceptionsafety_objects.pro')
-rw-r--r-- | tests/auto/exceptionsafety_objects/exceptionsafety_objects.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/exceptionsafety_objects/exceptionsafety_objects.pro b/tests/auto/exceptionsafety_objects/exceptionsafety_objects.pro new file mode 100644 index 0000000..413e1e3 --- /dev/null +++ b/tests/auto/exceptionsafety_objects/exceptionsafety_objects.pro @@ -0,0 +1,3 @@ +load(qttest_p4) +HEADERS += oomsimulator.h +SOURCES += tst_exceptionsafety_objects.cpp |