Branimir Karadžić 8 years ago
parent
commit
b1b56b752f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/genie.lua

+ 1 - 1
scripts/genie.lua

@@ -60,7 +60,7 @@ project "bx.test"
 
 	files {
 		path.join(BX_DIR, "tests/*_test.cpp"),
-		path.join(BX_DIR, "tests/*_test.H"),
+		path.join(BX_DIR, "tests/*.h"),
 		path.join(BX_DIR, "tests/dbg.*"),
 	}