Skip to content

Commit

Permalink
Update compile.sh
Browse files Browse the repository at this point in the history
fixes for build
  • Loading branch information
yashaswi2000 authored Sep 16, 2024
1 parent 60f1018 commit 920ab9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ipc_performance/total_runtime/compile.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

echo "Compiling native test binaries"
scripts/compile-native.sh
./scripts/compile-native.sh

echo "Compiling lind / rawposix test binaries"
scripts/compile-lind.sh
./scripts/compile-lind.sh

echo "Compiling unsafe test binaries"
scripts/compile-unsafe.sh
./scripts/compile-unsafe.sh

0 comments on commit 920ab9b

Please sign in to comment.