Lines Matching refs:testfile
42 const char * testfile = boost::archive::tmpnam(NULL); in test_main() local
43 BOOST_REQUIRE(NULL != testfile); in test_main()
48 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
54 test_istream is(testfile, TEST_STREAM_FLAGS); in test_main()
60 std::remove(testfile); in test_main()
64 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
69 test_istream is(testfile, TEST_STREAM_FLAGS); in test_main()
74 std::remove(testfile); in test_main()
78 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
85 test_istream is(testfile, TEST_STREAM_FLAGS); in test_main()
92 std::remove(testfile); in test_main()