]> git.stg.codes - stg.git/blobdiff - tests/test_conffiles.cpp
Added Makefile for tests for Darwin platform.
[stg.git] / tests / test_conffiles.cpp
index e48abaf290adc01392682d6089c235b354e7ae85..ef63a7a1f947e6dac1226945a79c6129740f0466 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "tut/tut.hpp"
 
-#include "conffiles.h"
+#include "stg/conffiles.h"
 
 namespace tut
 {
@@ -62,7 +62,7 @@ namespace tut
         set_test_name("Check empty lines and comments");
 
         {
-            ofstream f("/tmp/test.cf");
+            std::ofstream f("/tmp/test.cf");
 
             ensure("Correct construction (part 3)", f);