Changeset dbd47d6


Ignore:
Timestamp:
Jan 10, 2023, 1:02:41 PM (16 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
2c8c314, b49310f
Parents:
53ef99a
Message:

fixed makefile for tests by adding appropriate includes

Location:
tests
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r53ef99a rdbd47d6  
    8888        io/.in/many_read.data \
    8989        meta/fork+exec.hfa \
    90         unified_locking/mutex_test.hfa
     90        concurrent/unified_locking/mutex_test.hfa \
     91    concurrent/channels/parallel_harness.hfa
    9192
    9293dist-hook:
  • tests/concurrent/channels/big_elems.cfa

    r53ef99a rdbd47d6  
    11#define BIG 1
    2 #include "parallel_harness.cfa"
     2#include "parallel_harness.hfa"
    33
    44size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 128;
  • tests/concurrent/channels/zero_size.cfa

    r53ef99a rdbd47d6  
    1 #include "parallel_harness.cfa"
     1#include "parallel_harness.hfa"
    22
    33size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 0;
Note: See TracChangeset for help on using the changeset viewer.