summaryrefslogtreecommitdiff
path: root/inttest/port/port_rt.erl
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/port/port_rt.erl')
-rw-r--r--inttest/port/port_rt.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/inttest/port/port_rt.erl b/inttest/port/port_rt.erl
index c910e0e..afe991e 100644
--- a/inttest/port/port_rt.erl
+++ b/inttest/port/port_rt.erl
@@ -48,6 +48,7 @@ run(_Dir) ->
%% test.so is created during first compile
?assertEqual(0, filelib:last_modified("priv/test.so")),
?assertMatch({ok, _}, retest_sh:run("./rebar compile", [])),
+ ?assertMatch(true, filelib:is_regular("compile_commands.json")),
TestSo1 = filelib:last_modified("priv/test" ++
shared_library_file_extension(os:type())),
?assert(TestSo1 > 0),