Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
이 커밋은 다음에 포함됨:
Karl W Schulz
2024-04-19 14:42:11 -05:00
커밋한 사람 Karl W. Schulz
부모 9415f5e54b
커밋 92f6367f18
+9 -9
파일 보기
@@ -83,16 +83,16 @@ jobs:
make install
- name: Verify expected paths
run: |
find $INSTALL_DIR
# find $INSTALL_DIR
test -d $INSTALL_DIR/omniperf
## test -x $INSTALL_DIR/omniperf/bin/omniperf
## test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION
## test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION.sha
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_analyze
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_profile
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_soc
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/utils
## test -s $INSTALL_DIR/omniperf/share/omniperf/sample/vcopy.cpp
test -x $INSTALL_DIR/omniperf/bin/omniperf
test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION
test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION.sha
test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_analyze
test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_profile
test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_soc
test -d $INSTALL_DIR/omniperf/libexec/omniperf/utils
test -s $INSTALL_DIR/omniperf/share/omniperf/sample/vcopy.cpp
## test -d $INSTALL_DIR/omniperf/share/omniperf/modulefiles
- name: Query version (setting PYTHONPATH by hand)
run: |