include omniperf subdir

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-04-19 14:17:25 -05:00
committed by Karl W. Schulz
orang tua 53beac102a
melakukan ab95711c14
+10 -10
Melihat File
@@ -83,16 +83,16 @@ jobs:
make install
- name: Verify expected paths
run: |
test -d $INSTALL_DIR
test -x $INSTALL_DIR/bin/omniperf
test -s $INSTALL_DIR/libexec/omniperf/VERSION
test -s $INSTALL_DIR/libexec/omniperf/VERSION.sha
test -d $INSTALL_DIR/libexec/omniperf/omniperf_analyze
test -d $INSTALL_DIR/libexec/omniperf/omniperf_profile
test -d $INSTALL_DIR/libexec/omniperf/omniperf_soc
test -d $INSTALL_DIR/libexec/omniperf/utils
test -s $INSTALL_DIR/share/omniperf/sample/vcopy.cpp
test -d $INSTALL_DIR/share/omniperf/modulefiles
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 -d $INSTALL_DIR/omniperf/share/omniperf/modulefiles
- name: Query version (setting PYTHONPATH by hand)
run: |
export PYTHONPATH=${INSTALL_DIR}/python-libs:$PYTHONPATH