Skip to content

Commit

Permalink
Fixed CI not recognizing new folder πŸ™‚
Browse files Browse the repository at this point in the history
  • Loading branch information
adya committed Jan 15, 2025
1 parent b896bea commit d5a534f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPID/ProjectGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def make_cmake():
tmp = list()
directories = ("src","include")
directories = ("src","include","Testing")
for directory in directories:
for dirpath, dirnames, filenames in os.walk(directory):
for filename in filenames:
Expand Down

0 comments on commit d5a534f

Please sign in to comment.