Skip to content

Commit

Permalink
List untested instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Dec 14, 2023
1 parent 277bc92 commit c37c238
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/untested.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import glob
import os

for f in sorted(glob.glob("*.h")):
src = f.replace(".h", ".cpp")
if not os.path.exists(src):
print(f"Missing {src}")

0 comments on commit c37c238

Please sign in to comment.