From b1b56b752f4807ee88ec4a43fae716932193ab17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 21 Feb 2017 20:43:29 -0800 Subject: [PATCH] Cleanup. --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 16f2654..6272225 100644 --- a/scripts/genie.lua +++ b/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.*"), }