diff options
Diffstat (limited to 'make/unittest.lua')
-rw-r--r-- | make/unittest.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/unittest.lua b/make/unittest.lua index a3daa254..1c0daba5 100644 --- a/make/unittest.lua +++ b/make/unittest.lua @@ -3,6 +3,7 @@ local fs = require 'bee.filesystem' local sp = require 'bee.subprocess' local exe = platform == 'msvc' and ".exe" or "" +error('测试') local CWD = fs.current_path() local process = assert(sp.spawn { |